Einhugur Word Plugin for Xojo

Container.Paragraphs Method

Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements.

Paragraphs() as EinhugurWord.ParagraphIterator

Parameters

Returns

EinhugurWord.ParagraphIterator

Remarks

Usage:


for each it as Paragraph in doc.Pargraphs
    // Your code here
next




Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Container Class